projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e81d0
)
(message2_nolog): Handle minibuffer_auto_raise.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Dec 1996 23:29:00 +0000
(23:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Dec 1996 23:29:00 +0000
(23:29 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index d947a5dd40a7ef8428061411b784b20674c65bed..9fffd65cc914bbdec4bd9e2db2df86f7b0c465ab 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-45,6
+45,8
@@
extern int pending_menu_activation;
extern int interrupt_input;
extern int command_loop_level;
+extern int minibuffer_auto_raise;
+
extern Lisp_Object Qface;
extern Lisp_Object Voverriding_local_map;
@@
-439,6
+441,9
@@
message2_nolog (m, len)
{
echo_area_glyphs = m;
echo_area_glyphs_length = len;
+
+ if (minibuffer_auto_raise)
+ Fraise_frame (WINDOW_FRAME (XWINDOW (mini_window)));
}
else
echo_area_glyphs = previous_echo_glyphs = 0;